[INFO] fetching crate rdom-css 0.3.4...
[INFO] fixing rdom-css-0.3.4 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate rdom-css 0.3.4 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate rdom-css 0.3.4
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rdom-css 0.3.4
[INFO] tweaked toml for crates.io crate rdom-css 0.3.4 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rdom-css 0.3.4 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rdom-css 0.3.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rdom-style v0.3.4
[INFO] [stderr]   Downloaded rdom-core v0.3.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 05627c786f6dd7d149137ba3695fc318b892eb4b266f84efe8ed11ef46b1096a
[INFO] running `Command { std: "docker" "start" "05627c786f6dd7d149137ba3695fc318b892eb4b266f84efe8ed11ef46b1096a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "05627c786f6dd7d149137ba3695fc318b892eb4b266f84efe8ed11ef46b1096a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05627c786f6dd7d149137ba3695fc318b892eb4b266f84efe8ed11ef46b1096a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "05627c786f6dd7d149137ba3695fc318b892eb4b266f84efe8ed11ef46b1096a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking rdom-core v0.3.4
[INFO] [stderr]     Checking rdom-style v0.3.4
[INFO] [stderr]     Checking rdom-css v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> examples/css_parser_demo.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use rdom_tui::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_parser`
[INFO] [stdout]   --> examples/css_parser_demo.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use rdom_parser::parse_into;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `rdom_parser`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_parser`, use `cargo add rdom_parser` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_tui`
[INFO] [stdout]   --> examples/css_parser_demo.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use rdom_tui::{extend_from_style_tags, seed_inline_styles};
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> examples/positioning_demo.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use rdom_tui::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_parser`
[INFO] [stdout]   --> examples/positioning_demo.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use rdom_parser::parse_into;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `rdom_parser`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_parser`, use `cargo add rdom_parser` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_tui`
[INFO] [stdout]   --> examples/positioning_demo.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use rdom_tui::{extend_from_style_tags, seed_inline_styles};
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> examples/transitions_demo.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | use rdom_tui::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_parser`
[INFO] [stdout]   --> examples/transitions_demo.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use rdom_parser::parse_into;
[INFO] [stdout]    |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `rdom_parser`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_parser`, use `cargo add rdom_parser` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> examples/transitions_demo.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 | use rdom_tui::runtime::timers::TuiTimers;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_tui`
[INFO] [stdout]   --> examples/transitions_demo.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | use rdom_tui::ListenerOptions;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_tui`
[INFO] [stdout]   --> examples/transitions_demo.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | use rdom_tui::{extend_from_style_tags, seed_inline_styles};
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TuiDom` in this scope
[INFO] [stdout]   --> examples/css_parser_demo.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let mut dom: TuiDom = TuiDom::new();
[INFO] [stdout]    |                  ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stylesheet` in this scope
[INFO] [stdout]   --> examples/css_parser_demo.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let mut sheet = Stylesheet::new();
[INFO] [stdout]    |                     ^^^^^^^^^^ use of undeclared type `Stylesheet`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 16 + use rdom_style::Stylesheet;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TuiStyle` in this scope
[INFO] [stdout]    --> examples/css_parser_demo.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |             TuiStyle::new()
[INFO] [stdout]     |             ^^^^^^^^ use of undeclared type `TuiStyle`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  16 + use rdom_style::TuiStyle;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Flow` in this scope
[INFO] [stdout]    --> examples/css_parser_demo.rs:101:23
[INFO] [stdout]     |
[INFO] [stdout] 101 |                 .flow(Flow::Flex)
[INFO] [stdout]     |                       ^^^^ use of undeclared type `Flow`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  16 + use rdom_style::layout::Flow;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> examples/css_parser_demo.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |                 .direction(Direction::Column)
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  16 + use rdom_style::layout::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Size` in this scope
[INFO] [stdout]    --> examples/css_parser_demo.rs:103:24
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 .width(Size::Flex(1))
[INFO] [stdout]     |                        ^^^^ use of undeclared type `Size`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 .width(Sized::Flex(1))
[INFO] [stdout]     |                            +
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  16 + use rdom_style::layout::Size;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Size` in this scope
[INFO] [stdout]    --> examples/css_parser_demo.rs:104:25
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 .height(Size::Flex(1))
[INFO] [stdout]     |                         ^^^^ use of undeclared type `Size`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 .height(Sized::Flex(1))
[INFO] [stdout]     |                             +
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  16 + use rdom_style::layout::Size;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Padding` in this scope
[INFO] [stdout]    --> examples/css_parser_demo.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 .padding(Padding::symmetric(2, 1))
[INFO] [stdout]     |                          ^^^^^^^ use of undeclared type `Padding`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  16 + use rdom_style::layout::Padding;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TuiDom` in this scope
[INFO] [stdout]   --> examples/css_parser_demo.rs:81:27
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let mut dom: TuiDom = TuiDom::new();
[INFO] [stdout]    |                           ^^^^^^ use of undeclared type `TuiDom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `App` in this scope
[INFO] [stdout]    --> examples/css_parser_demo.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     App::new(dom, sheet)?.run()
[INFO] [stdout]     |     ^^^ use of undeclared type `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rdom-css` (example "css_parser_demo") due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find type `TuiDom` in this scope
[INFO] [stdout]    --> examples/transitions_demo.rs:156:18
[INFO] [stdout]     |
[INFO] [stdout] 156 |     let mut dom: TuiDom = TuiDom::new();
[INFO] [stdout]     |                  ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stylesheet` in this scope
[INFO] [stdout]    --> examples/transitions_demo.rs:160:21
[INFO] [stdout]     |
[INFO] [stdout] 160 |     let mut sheet = Stylesheet::new();
[INFO] [stdout]     |                     ^^^^^^^^^^ use of undeclared type `Stylesheet`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  37 + use rdom_style::Stylesheet;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TuiStyle` in this scope
[INFO] [stdout]    --> examples/transitions_demo.rs:174:13
[INFO] [stdout]     |
[INFO] [stdout] 174 |             TuiStyle::new()
[INFO] [stdout]     |             ^^^^^^^^ use of undeclared type `TuiStyle`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  37 + use rdom_style::TuiStyle;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Flow` in this scope
[INFO] [stdout]    --> examples/transitions_demo.rs:175:23
[INFO] [stdout]     |
[INFO] [stdout] 175 |                 .flow(Flow::Flex)
[INFO] [stdout]     |                       ^^^^ use of undeclared type `Flow`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  37 + use rdom_style::layout::Flow;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> examples/transitions_demo.rs:176:28
[INFO] [stdout]     |
[INFO] [stdout] 176 |                 .direction(Direction::Column)
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  37 + use rdom_style::layout::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Size` in this scope
[INFO] [stdout]    --> examples/transitions_demo.rs:177:24
[INFO] [stdout]     |
[INFO] [stdout] 177 |                 .width(Size::Flex(1))
[INFO] [stdout]     |                        ^^^^ use of undeclared type `Size`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 177 |                 .width(Sized::Flex(1))
[INFO] [stdout]     |                            +
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  37 + use rdom_style::layout::Size;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Size` in this scope
[INFO] [stdout]    --> examples/transitions_demo.rs:178:25
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 .height(Size::Flex(1)),
[INFO] [stdout]     |                         ^^^^ use of undeclared type `Size`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 178 |                 .height(Sized::Flex(1)),
[INFO] [stdout]     |                             +
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  37 + use rdom_style::layout::Size;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TuiDom` in this scope
[INFO] [stdout]    --> examples/transitions_demo.rs:185:15
[INFO] [stdout]     |
[INFO] [stdout] 185 |         dom: &TuiDom,
[INFO] [stdout]     |               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TuiDom` in this scope
[INFO] [stdout]    --> examples/positioning_demo.rs:163:18
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let mut dom: TuiDom = TuiDom::new();
[INFO] [stdout]     |                  ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Stylesheet` in this scope
[INFO] [stdout]    --> examples/positioning_demo.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let mut sheet = Stylesheet::new();
[INFO] [stdout]     |                     ^^^^^^^^^^ use of undeclared type `Stylesheet`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  25 + use rdom_style::Stylesheet;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TuiStyle` in this scope
[INFO] [stdout]    --> examples/positioning_demo.rs:181:13
[INFO] [stdout]     |
[INFO] [stdout] 181 |             TuiStyle::new()
[INFO] [stdout]     |             ^^^^^^^^ use of undeclared type `TuiStyle`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  25 + use rdom_style::TuiStyle;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Flow` in this scope
[INFO] [stdout]    --> examples/positioning_demo.rs:182:23
[INFO] [stdout]     |
[INFO] [stdout] 182 |                 .flow(Flow::Flex)
[INFO] [stdout]     |                       ^^^^ use of undeclared type `Flow`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  25 + use rdom_style::layout::Flow;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> examples/positioning_demo.rs:183:28
[INFO] [stdout]     |
[INFO] [stdout] 183 |                 .direction(Direction::Column)
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  25 + use rdom_style::layout::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Size` in this scope
[INFO] [stdout]    --> examples/positioning_demo.rs:184:24
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 .width(Size::Flex(1))
[INFO] [stdout]     |                        ^^^^ use of undeclared type `Size`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 .width(Sized::Flex(1))
[INFO] [stdout]     |                            +
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  25 + use rdom_style::layout::Size;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Size` in this scope
[INFO] [stdout]    --> examples/positioning_demo.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 |                 .height(Size::Flex(1)),
[INFO] [stdout]     |                         ^^^^ use of undeclared type `Size`
[INFO] [stdout]     |
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 185 |                 .height(Sized::Flex(1)),
[INFO] [stdout]     |                             +
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  25 + use rdom_style::layout::Size;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TuiDom` in this scope
[INFO] [stdout]    --> examples/transitions_demo.rs:156:27
[INFO] [stdout]     |
[INFO] [stdout] 156 |     let mut dom: TuiDom = TuiDom::new();
[INFO] [stdout]     |                           ^^^^^^ use of undeclared type `TuiDom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `App` in this scope
[INFO] [stdout]    --> examples/transitions_demo.rs:231:5
[INFO] [stdout]     |
[INFO] [stdout] 231 |     App::new(dom, sheet)?.run()
[INFO] [stdout]     |     ^^^ use of undeclared type `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TuiDom` in this scope
[INFO] [stdout]    --> examples/positioning_demo.rs:163:27
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let mut dom: TuiDom = TuiDom::new();
[INFO] [stdout]     |                           ^^^^^^ use of undeclared type `TuiDom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `App` in this scope
[INFO] [stdout]    --> examples/positioning_demo.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 |     App::new(dom, sheet)?.run()
[INFO] [stdout]     |     ^^^ use of undeclared type `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rdom-css` (example "transitions_demo") due to 15 previous errors
[INFO] [stderr] error: could not compile `rdom-css` (example "positioning_demo") due to 12 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]  --> tests/integration/colors.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rdom_tui::style::Value;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> tests/integration/custom_properties.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use rdom_tui::style::Value;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_tui`
[INFO] [stdout]  --> tests/integration/colors.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use rdom_tui::{Color, TuiColor};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]  --> tests/integration/important.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use rdom_tui::style::{ImportantMask, Value};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_tui`
[INFO] [stdout]   --> tests/integration/custom_properties.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use rdom_tui::{Color, TuiColor};
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]  --> tests/integration/lengths.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rdom_tui::layout::Size;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]  --> tests/integration/lengths.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use rdom_tui::style::Value;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> tests/integration/padding_shorthand.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use rdom_tui::layout::{Padding, PaddingValue};
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> tests/integration/padding_shorthand.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use rdom_tui::style::Value;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> tests/integration/positioning.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use rdom_tui::layout::{Length, Position, ZIndex};
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> tests/integration/positioning.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use rdom_tui::style::Value;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]  --> tests/integration/properties.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use rdom_tui::layout::{
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> tests/integration/properties.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use rdom_tui::style::{Content, Value};
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_tui`
[INFO] [stdout]  --> tests/integration/important.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use rdom_tui::{Color, TuiColor};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]  --> tests/integration/round_trip.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use rdom_tui::layout::{Display, Padding, PaddingValue, Size};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_tui`
[INFO] [stdout]   --> tests/integration/properties.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use rdom_tui::{Color, TuiColor};
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]  --> tests/integration/transitions.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rdom_tui::style::transition::{AnimatableProperty, TimingFunction, TransitionProperty};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rdom_tui`
[INFO] [stdout]  --> tests/integration/round_trip.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use rdom_tui::{Color, Stylesheet, TuiColor, TuiStyle};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]    --> tests/integration/round_trip.rs:138:41
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn author_rules(s: &Stylesheet) -> Vec<&rdom_tui::style::Rule> {
[INFO] [stdout]     |                                         ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]    --> tests/integration/round_trip.rs:141:33
[INFO] [stdout]     |
[INFO] [stdout] 141 |         .filter(|r| r.origin == rdom_tui::style::RuleOrigin::Author)
[INFO] [stdout]     |                                 ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   7 + use rdom_style::RuleOrigin;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `RuleOrigin`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 141 -         .filter(|r| r.origin == rdom_tui::style::RuleOrigin::Author)
[INFO] [stdout] 141 +         .filter(|r| r.origin == RuleOrigin::Author)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> tests/integration/important.rs:11:33
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn first_style(source: &str) -> rdom_tui::TuiStyle {
[INFO] [stdout]    |                                 ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> tests/integration/positioning.rs:14:33
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn first_style(source: &str) -> rdom_tui::TuiStyle {
[INFO] [stdout]    |                                 ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]   --> tests/integration/properties.rs:14:33
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn first_style(source: &str) -> rdom_tui::TuiStyle {
[INFO] [stdout]    |                                 ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rdom_tui` in this scope
[INFO] [stdout]  --> tests/integration/transitions.rs:8:33
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn first_style(source: &str) -> rdom_tui::TuiStyle {
[INFO] [stdout]   |                                 ^^^^^^^^ use of unresolved module or unlinked crate `rdom_tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rdom_tui`, use `cargo add rdom_tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rdom-css` (test "integration") due to 24 previous errors
[INFO] running `Command { std: "docker" "inspect" "05627c786f6dd7d149137ba3695fc318b892eb4b266f84efe8ed11ef46b1096a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05627c786f6dd7d149137ba3695fc318b892eb4b266f84efe8ed11ef46b1096a", kill_on_drop: false }`
[INFO] [stdout] 05627c786f6dd7d149137ba3695fc318b892eb4b266f84efe8ed11ef46b1096a
